The Impact of the NCAA Transfer Rule Changes on College Football
Created by Gabriel Brenner, Joe Cookson, Elliott Abel
The Impact of the NCAA Transfer Rule Changes on College Football
Created by Gabriel Brenner, Joe Cookson, Elliott Abel
NCAA transfer portal was introduced on October 15, 2018. Amongst other sports, it was intended to increase transparency in the college football transfer process. Prior to the introduction of the portal, athletes needed written permission from their coaches to communicate with other schools about transfers.
Following the advent of the transfer portal, the one-time penalty-free transfer rule was implemented. Prior to 2021, athletes who transferred were required to sit out a year of eligibility. This was to discourage athletes from moving schools except in really serious cases. Below are quotes on what people thought would happen. Now, having data from transfers 2021-2023, we want to test if that actually happened.
(Rick) Pitino said eliminating the one-year penalty likely would double the amount of transfers each year and move college sports closer to free agency. “The only thing that is holding a lot of guys back is that one year of sitting out,” he said. – the Star Tribune
“We’re going to adapt to it and make it an advantage for us,” Alabama Coach Nick Saban said Thursday. “I think what’s going to happen as you see how often in a lot of leagues, you know the good players go to a good team and the bad players leave good teams because they’re not playing. So is that going to make the rich get richer?”– the Associated Press
“I don’t think anything’s changed,” Penn State Coach James Franklin said. “Let’s be honest, over the last two years everybody knew all the transfer policies and the requirement to get immediate eligibility and everybody was saying whatever they had to say to become eligible.” – the Associated Press
We wanted to test if these predictions turned out to be true, and we had questions of our own. We merged two datasets, one on inidividual transfers and one on team statistics.
Pitino projected that “eliminating the one-year penalty likely would double the amount of transfers each year and move college sports closer to free agency.” (the Star Tribune). We found the number of transfers did not double, but it is increasing! \(\color{darkgray}{\text{Gray}}\) is attempted transfers and \(\color{dodgerblue}{\text{blue}}\) is successful transfers.
Nick Saban questioned if the portal changes would cause “the rich to get richer”. Power 5 conferences (SEC, Big 12, Big 10, ACC, Pac-12) heavily benefited from the transfer portal changes, especially in 2023. However, smaller conferences like the AAC and Sun Belt have put up similar transfer numbers.
While bringing in the most players, Power 5 conferences also see the most players enter the transfer portal. In particular, The SEC looses a sizeable amount of players to the portal.
We also saw hypotheses about the “types” of transfers. Specifically, are players transfering “up” to play on better teams or “down” to get more playing time? We created a variable to measure this phenomenon at the player level and modelled the phenomenon for the league for the year 2022.
Delta positive indicates transferring “down” and delta negative indicates transferring “up”.
We fit a regression random forest model using only variables about the player and their origin team to see if we can predict the delta in the transfer they will make. The observations are shown for test data, completely independent of training the forest.
This forest becomes interesting when we use a variable importance measure to asses which predictors dominate the decision trees across the forest. The variable importance measure permutes the observations for a single vairiable, then asses how much worse the predictions were on average without the true values of the variable. We can see that Offensive Yards at the origin school, rating, stars, are big predictors.
For a given year, \[ \text{Delta} = (\text{Off Rank Origin} + \text{Def Rank Origin}) - (\text{Off Rank Destination} + \text{Def Rank Destination} )\]
Observed vs Predicted Deltas from Random Forest Model mtry() = 105, trees = 375
Vairable Importance Plot for Random Forest
Explore the Data Yourself
Interested in playing with the NCAA Transfer Portal data and visualizing trends? Try our interactive applet by clicking the link below:
About the App
The interactive app provides an in-depth look at transfer trends in college football. You can:
- Filter Data: Narrow down the dataset by team, year, conferences and transfer metrics.
- Visualize Trends: Choose from bar graphs and line charts to understand how transfers impact teams and conferences over time.
We hope this app helps you uncover exciting insights into the NCAA transfer portal!